home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-07-13 | 2.9 KB | 68 lines | [TEXT/KAHL] |
- /* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
- /* • • */
- /* • Think C Marker WDEF • */
- /* • • */
- /* • Version 0.6b1 • */
- /* • • */
- /* • an AppleMax Production by Max Lyth • */
- /* • • */
- /* • © 1989/90 Keston Graphics • */
- /* • all rights reserved • */
- /* • • */
- /* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
-
-
- /*
- Revision History
- ================
-
- 0.6b1 Added CMarker on/off pragma directives. 12/6/90
- Added Go Back Feature. 16/6/90
- Now checks there is enough memory before executing 'About' procedure. 16/6/90
- Automatically compacts text so can now always use quick scanning. 16/6/90
- Fixed problem when file begins immediately with foo(). 17/6/90
- Hopefully fixed GetCtlValue Bus Error, can't get it to happen now, no matter
- how much heap scrambling I do. 26/6/90
- Fixed bug where comment gives garbage when scrap already contains line to be
- commented. This could then lead to SysErr 25 (OutOfMemory) when followed
- with a Cut or Copy. 26/6/90
- Stopped the * appearing in the menu for functions returning a pointer. 26/6/90
- Decided not to fix problem when using an apostrophe (') in asm comments started
- with a semi-colon (;) use a curly apostrophe (’) instead.
-
- 0.5b3 Made Installer more resillient to anti virus programs and locked disks etc. 23/5/90
- Corrected Compuserve ID to 100012,62.
-
- 0.5b2 Fixed bug with WindowShade
- First widely distributed version.
-
- 0.4b1 Given industrial strength disipline & immunity from heap scrambling, purging etc. 1/2/90
- To facilitate this the About routine has been spun off into a seperate code resource
- to make the WDEF resource reentrant.
- The installer in turn has also been modified to take these changes into account.
-
- 0.3d2 This version has been made more rugged on unballanced quotes, comments etc. 31/1/90
- #define bug fixed.
-
- 0.3d1 Added window title bar icon and other minor changes. 27/1/90
-
- 0.2d3 Much of code optimised with the most frequent routines replaced by assembler. 25/1/90
- Menu made to drop down, rather than popup from title bar.
- Switched from binary tree sort to quick sort.
-
- 0.2d2 Installer program written to write WDEF and support resources into THINK C
- First released version.
-
- 0.2d1 Changed from INIT to WDEF code resource which is installed directly into THINK C
-
- 0.1d1 Added multi segment code resource 10/1/90
- changed from binary tree to quick sort method for sorting menu.
- Added initial crude comment system
- About text dialog box added.
-
- 0.0d2 added ability to parse and recognise funtion definitions.
-
- 0.0d1 initial version only parsed marks, not functions
- added binary tree sort method. 12/12/89
- */
-